minimum_baseline, natural_baseline);
}
-static void
-gtk_file_chooser_button_snapshot (GtkWidget *widget,
- GtkSnapshot *snapshot)
-{
- GtkFileChooserButton *button = GTK_FILE_CHOOSER_BUTTON (widget);
- GtkFileChooserButtonPrivate *priv = gtk_file_chooser_button_get_instance_private (button);
-
- gtk_widget_snapshot_child (widget, priv->child, snapshot);
-}
-
static void
gtk_file_chooser_button_size_allocate (GtkWidget *widget,
GtkAllocation *allocation)
widget_class->state_flags_changed = gtk_file_chooser_button_state_flags_changed;
widget_class->measure = gtk_file_chooser_button_measure;
widget_class->size_allocate = gtk_file_chooser_button_size_allocate;
- widget_class->snapshot = gtk_file_chooser_button_snapshot;
/**
* GtkFileChooserButton::file-set:
minimum_baseline, natural_baseline);
}
-static void
-gtk_font_button_snapshot (GtkWidget *widget,
- GtkSnapshot *snapshot)
-{
- GtkFontButton *button = GTK_FONT_BUTTON (widget);
- GtkFontButtonPrivate *priv = gtk_font_button_get_instance_private (button);
-
- gtk_widget_snapshot_child (widget, priv->button, snapshot);
-}
-
static void
gtk_font_button_size_allocate (GtkWidget *widget,
GtkAllocation *allocation)
widget_class->measure = gtk_font_button_measure;
widget_class->size_allocate = gtk_font_button_size_allocate;
- widget_class->snapshot = gtk_font_button_snapshot;
klass->font_set = NULL;